Xceed .NET Libraries Documentation
Xceed.SSH.Protocols Assembly / Xceed.SSH.Protocols Namespace / NoEncryptionAlgorithm Class / CreateDecryptor Method / CreateDecryptor(Byte[],Byte[]) Method


In This Topic
    CreateDecryptor(Byte[],Byte[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overrides Function CreateDecryptor( _
       ByVal rgbKey() As Byte, _
       ByVal rgbIV() As Byte _
    ) As ICryptoTransform
    'Usage
     
    Dim instance As NoEncryptionAlgorithm
    Dim rgbKey() As Byte
    Dim rgbIV() As Byte
    Dim value As ICryptoTransform
     
    value = instance.CreateDecryptor(rgbKey, rgbIV)
    public override ICryptoTransform CreateDecryptor( 
       byte[] rgbKey,
       byte[] rgbIV
    )

    Parameters

    rgbKey
    rgbIV
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also

    Reference

    NoEncryptionAlgorithm Class
    NoEncryptionAlgorithm Members
    Overload List
    Base Implementation in CreateDecryptor(Byte[],Byte[])